The process document

The template class

The graphical representation template class used in the process documents is CtlAbstractDocument. Its full name is com.axemble.vdp.ui.framework.composites.base.CtlAbstractDocument.

For any process document, this template class handles the following objects:

  • Two form containers: the header (HEADER_DOCUMENT) and the document body composed of a process document (EDIT_DOCUMENT), and a step form in the case of intervention. These two containers use a unique CoreDocument object;
  • Two button containers: the whole button put in the form top TOP_CONTAINER and the ones put in the form bottom BOTTOM_CONTAINER.